From f7f8990f7ab670b47db27b22879a334c6bcb5538 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 16 Dec 2020 00:26:16 +0100 Subject: [PATCH] picture: Fix copy/paste error in docs --- gtk/gtkpicture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkpicture.c b/gtk/gtkpicture.c index 9431b57120..6f0eb83240 100644 --- a/gtk/gtkpicture.c +++ b/gtk/gtkpicture.c @@ -516,7 +516,7 @@ gtk_picture_new_for_filename (const char *filename) * gtk_picture_new_for_resource: * @resource_path: (nullable): resource path to play back * - * Creates a new #GtkPicture displaying the file @filename. + * Creates a new #GtkPicture displaying the resource at @resource_path. * * This is a utility function that calls gtk_picture_new_for_file(). * See that function for details. -- 2.30.2